C#
VB
C++
A Thread safe list.
[SerializableAttribute()]
[DefaultMemberAttribute("Item")]
public class ThreadSafeList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class ThreadSafeList(Of T)
Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.IEnumerable
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
generic<typename T>
public ref class ThreadSafeList : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable
Type Parameters
T
The type of elements in the list.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET